In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddTrueTypeFontU Method

AddTrueTypeFontU Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(46)>

Function AddTrueTypeFontU( _

   ByVal FontName As String, _

   ByVal CharSet As FontCharSet, _

   ByVal Bold As Boolean, _

   ByVal Italic As Boolean _

) As String
[DispId(46)]

string AddTrueTypeFontU( 

   string FontName,

   FontCharSet CharSet,

   bool Bold,

   bool Italic

)
function AddTrueTypeFontU( 

    FontName: String;

    CharSet: FontCharSet;

    Bold: Boolean;

    Italic: Boolean

): String; 
DispIdAttribute(46)

function AddTrueTypeFontU( 

   FontName : String,

   CharSet : FontCharSet,

   Bold : boolean,

   Italic : boolean

) : String;
[DispId(46)]

string* AddTrueTypeFontU( 

   string* FontName,

   FontCharSet CharSet,

   bool Bold,

   bool Italic

) 
[DispId(46)]

String^ AddTrueTypeFontU( 

   String^ FontName,

   FontCharSet CharSet,

   bool Bold,

   bool Italic

) 

Parameters

FontName
CharSet
Bold
Italic
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members